Add Python flake8 linting for W291 trailing whitespace with Super-Linter#4687
Add Python flake8 linting for W291 trailing whitespace with Super-Linter#4687nvazquez merged 3 commits intoapache:mainfrom
Conversation
|
thanks @jbampton , I will try to merge this asap, Have you just removed trailing spaces or also looked at tab (especially component tests have that problem)? |
|
@blueorangutan package |
|
@DaanHoogland a Jenkins job has been kicked to build packages. I'll keep you posted as I make progress. |
|
Packaging result: ✔centos7 ✔centos8 ✔debian. JID-2685 |
|
Hey @DaanHoogland I only looked at I was going to add a By adding this check it will mean it will stop regressions. Yes I am interested in cleaning up https://flake8.pycqa.org/en/latest/ |
|
@blueorangutan test |
|
Ping @jbampton are you working on this, can you resolve conflicts? Thanks |
|
Moving it to the next milestone |
|
Hi @jbampton can you please fix the conflicts? |
a9176b2 to
898ee37
Compare
|
@rohityadavcloud and @nvazquez I have removed the conflicts now |
|
@DaanHoogland I have included both |
Add Python flake8 linting for W291 trailing whitespace
|
@blueorangutan package |
|
@nvazquez a Jenkins job has been kicked to build packages. It will be bundled with KVM, XenServer and VMware SystemVM templates. I'll keep you posted as I make progress. |
|
Packaging result: ✔️ el7 ✔️ el8 ✔️ debian ✔️ suse15. SL-JID 2913 |
|
@blueorangutan test |
|
@nvazquez a Trillian-Jenkins test job (centos7 mgmt + kvm-centos7) has been kicked to run smoke tests |
|
Trillian test result (tid-3665)
|
|
Hi @DaanHoogland @weizhouapache @Pearl1594 could you please review? Smoke tests look good, no major changes besides removing spaces, I think it should be good to merge after approvals |
weizhouapache
left a comment
There was a problem hiding this comment.
code lgtm
@jbampton can you tell how to configure the check on github ?
DaanHoogland
left a comment
There was a problem hiding this comment.
looks generally good but licenses need to be attended
|
Hey @weizhouapache GitHub Actions don't run the first time they are added to a repo with a pull request. So this PR will need to be merged and then new PRs will run this GitHub Action. |
|
@blueorangutan package |
|
@weizhouapache a Jenkins job has been kicked to build packages. It will be bundled with KVM, XenServer and VMware SystemVM templates. I'll keep you posted as I make progress. |
|
Packaging result: ✔️ el7 ✔️ el8 ✔️ debian ✔️ suse15. SL-JID 2967 |
|
@blueorangutan test matrix |
|
@nvazquez a Trillian-Jenkins matrix job (centos7 mgmt + xs71, centos7 mgmt + vmware65, centos7 mgmt + kvmcentos7) has been kicked to run smoke tests |
|
Trillian test result (tid-3730) |
|
Trillian test result (tid-3728) |
|
Trillian test result (tid-3729) |
|
Many thanks @jbampton PR merged, I can see the Github Action working for new PRs |
|
Thanks everyone 💯 |
Description
Need to have standardized Python code.
Types of changes
Feature/Enhancement Scale or Bug Severity
Feature/Enhancement Scale
Bug Severity
Screenshots (if appropriate):
How Has This Been Tested?